jQuery dialog open causes page to continuously lengthen in IE [closed]

Posted by Michael on Server Fault See other posts from Server Fault or by Michael
Published on 2011-03-13T22:40:15Z Indexed on 2011/03/14 0:11 UTC
Read the original article Hit count: 468

Filed under:
|

I made my first dialog and AJAX work in jQuery and finally got everything working great - the dialog has a few buttons, cancel, save, and generate to get a new random string from the server. The problem is when I make the dialog modal (graying out the rest of the window), then in IE the scrollbars appear and sometimes keep moving as the page continuously extends down. This happens whenever the dialog is opened (it's not initially set to open) but not everytime. I can't think of any part of my code that would do this as I don't even have a JS loop anywhere. Googling for this didn't help. It seems like an IE vs jQuery quirk but any ideas?

© Server Fault or respective owner

Related posts about ie

Related posts about jQuery